Skip to main content
Version: 5.2.0.0

hl7/edi type to generic converter

Description

This scriptlet converts a given EDI message to a message that looks like being parsed in dynamic mode. This means the name of the elements are created dynamical.

Create

See creation of Scriptlet.

Configuration

Properties and Parameter Assignment

The assignment sections define the variable connection between the script execution and the process model.

The following parameters are required:

**Ingoing parameters**:

- **MSG**: Structured message that should be converted.
- **FORMATTYPE**: The constant "EDI" is required.
- **TYPE**: Name of the target message type that should be created from the source message.

**Outgoing parameters**:

- **MSG**: The result message.